bye bye
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/bye_bye/bb02.svg
code:bb02.svg
<style type="text/css">
font-weight:800;
fill: white;
stroke: black;
stroke-width:4;
stroke-linecap:round;
stroke-linejoin:round;
animation: scrollAnime 7s linear infinite;
}
@keyframes scrollAnime{
0% { transform: translateX(100%)}
100% { transform: translateX(-550%)}
}
</style>
<text id="tx01" x="10" y="80" font-size="90" letter-spacing="10" word-spacing="10" >
bye bye. バイバイ
</text>
</svg>